![]() |
PATH![]() |
After you have finished executing your Java programs, you should end the Java runtime session by calling the function
JMCloseSession
. This function disposes of the
JMSessionRef
object and removes any resources that JManager may have allocated for it. However, if you created any resources (such as AWT contexts and applets) within the session, you should explicitly remove them before calling
JMCloseSession
.